@charset "utf-8";
.mainborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9c9c9c;
	border-right-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	border-left-color: #9c9c9c;
}
.menuborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9c9c9c;
	border-right-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	border-left-color: #9c9c9c;
}
.footerDivider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #565555;
}
.footerText {
	font-size: 12px; 
	color: #565555; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardText {
	font-size: 12px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardWhiteText {
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardWhiteTextBold{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.smallStandardText {
	font-size: 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.standardHeading {
	font-size: 24px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardHeadingWhite {
	font-size: 14px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#9c9c9c;
}
.tableHeading {
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#9c9c9c;
	font-weight:bold;
}
.pageTitleText {
	font-size: 24px; 
	color: #9c9c9c; 
	font-family: Arial, Helvetica, sans-serif;
}
.squareborder {
	border: 1px solid #862B2A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}